CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - http socket

搜索资源列表

  1. HTTP-and-Socket

    0下载:
  2. 分析了HTTP与Socket的关系,并对它们相关的通信方法做了总结。-Analysis of the relationship between HTTP and Socket, summarized and their associated communication method.
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:64316
    • 提供者:林显
  1. SOCKET-programming

    0下载:
  2. 本系统的设计与实现主要采用SOCKET编程。同时,使用多线程技术,提高服务器的响应能力和并发处理能力;采用动态哈夫曼编码实现传输流的压缩,减轻网络传输负担;支持断点续传, 用户可以自己选择采用断点续传还是重新上传;实现大文件上传, 一次可以上传多个文件;提供接口全面,可以动态设置上传保存路径, 设置允许扩展名, 允许最大大小等; 可以限制上传单个文件大小, 控制上传带宽上限, 允许文件扩展名, 拒绝文件扩展名等。-Design and Implementation of the system S
  3. 所属分类:Project Design

    • 发布日期:2017-11-11
    • 文件大小:265103
    • 提供者:lk
  1. Http

    0下载:
  2. httppost,httpget,httpdownload,已经封装成DLL,简单好用,欢迎下载,基于socket,可以设置连接超时。哈哈,我们现在的程序改用Curl库里实现这些鸟玩意了。-httppost, httpget, httpdownload, has been packaged into a DLL, easy to use, welcome to download, based on the socket, you can set the connection timeout. H
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-18
    • 文件大小:20943
    • 提供者:魏林
  1. http-roxy-master

    0下载:
  2. 一个HTTP代理服务器.采用select socket 多线程. POST和GET都测试过.-An HTTP proxy server using the select socket multi-threaded POST and GET are tested.
  3. 所属分类:Multimedia Develop

    • 发布日期:2016-01-25
    • 文件大小:22528
    • 提供者:
  1. httplib

    0下载:
  2. 一个关于http socket 的lib,在程序里面加载它,可下载网页上的文件,只适用于windows。-A lib about use http socket to download a file in http web. You must use in windows system.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-08
    • 文件大小:17947
    • 提供者:蔡广文
  1. Http-test

    0下载:
  2. 通过socket,实现http协议!支持get\post等操作。是用C++来实现的~-Through the socket, to achieve http protocol! Support get \ post and other operations. Achieved with C++ ~
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:95694
    • 提供者:蓝本
  1. ym_vcpp-WebServer

    0下载:
  2. http socket http socket http socket http socket-http sockethttp sockethttp sockethttp sockethttp sockethttp socket
  3. 所属分类:Web Server

    • 发布日期:2017-04-01
    • 文件大小:43608
    • 提供者:shenjigong
  1. http

    0下载:
  2. socket通讯原理以及tcp、ip三次握手机制分析。-The socket communication principle and TCP, IP three-way handshake mechanism analysis.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-08
    • 文件大小:11683
    • 提供者:杨洋
  1. src

    0下载:
  2. VC++ 实现将本地文件通过HTTP上传到WEB服务器上。用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,精选学习源码,很好的参考资料。-VC++ realization of the local files uploaded from HTTP to the WEB server. With a class, MFC HTTP, SOCKET protocol analysis. Imitation HTTP upload files. Thro
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:149689
    • 提供者:糟熘鱼片
  1. HTTP

    0下载:
  2. java 访问HTTP的源代码, 直接使用socket实现
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:3558
    • 提供者:svga
  1. HTTP-proxy-server

    0下载:
  2. java socket 开发的http 代理服务器。-http proxy seaver
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:5450
    • 提供者:sun
  1. socket-file

    0下载:
  2. 使用阻塞方式的socket,使用多线程,有较高的性能.在局域网中测试达到极限速度.支持断点续传.服务端可同时接收多个文件-Use blocking mode socket, multi-threaded, with high performance in the LAN test reaches the speed limit. Support HTTP. Services client can receive multiple files simultaneously
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:134843
    • 提供者:胡一立
  1. socket

    0下载:
  2. 用wireshark的命令行模式和windump抓包有时候很难满足抓包的需求,比如我们在一台http服务器上抓http的某个头是指定值的包及iis给其的响应,而其它的包都不要,用现有工具好像就不好实现了,winddump的规则也顶多指定协议、端口之类,具体包的内容过滤上好像就束手无策了,于是想自己做一个,找了一些wincap开发的资料,貌似c#相关的资料不多,找到一个却不能调试,于是又找了一篇讲c#监控网络流量的文章,改造了一下,做了一个命令行抓包工具,因为遇到一些问题,所以还是半成品。-Com
  3. 所属分类:Scanner

    • 发布日期:2017-04-16
    • 文件大小:53745
    • 提供者:binbin
  1. socket

    0下载:
  2. Java简易socket编程,简易HTTP协议实现,能完成client与server之间的简易通信-Java socket programming easy, simple HTTP protocol, to complete the simple communication between client and server
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:5018
    • 提供者:Sunshuyang
  1. C

    0下载:
  2. C语言 HTTP协议下载文件,实现断点续传,socket通讯,目前只支持ip和port方式连接,有兴趣的读者可完善域名方式。 -C language HTTP protocol to download files, to achieve HTTP, socket communication, currently only supports ip and port connected, interested readers may improve its domain name. 
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:45357
    • 提供者:sam
  1. socket

    0下载:
  2. 实现了http和https两个应用层协议的socket编程源码-Realized http and https two application layer protocol socket programming source
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:108638
    • 提供者:陈向军
  1. raw-socket

    0下载:
  2. linux下使用raw socket 截获数据并分析其中的http数据-linux use the following raw socket intercepts the data and analyze the data http
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-05-04
    • 文件大小:43989
    • 提供者:liu
  1. HTTP

    0下载:
  2. 包含HTTP协议内容分析,命令实现及其SOCKET网络编程实现-Contains the HTTP protocol content analysis, command and its SOCKET network programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-17
    • 文件大小:4096
    • 提供者:bebenca
  1. unler-HTTP

    0下载:
  2. virtual printer 在vc环境下,基于socket的,http协议的,下载文件源码-Virtual printer under the vc environment, based on the socket, the HTTP protocol, download the source code
  3. 所属分类:File Operate

    • 发布日期:2017-12-17
    • 文件大小:3072
    • 提供者:dwmaumha
  1. HTTP-procjdures-socket

    0下载:
  2. A socket to your the HTTP protocol procedures
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-13
    • 文件大小:73561
    • 提供者:INwix!796
« 1 2 3 4 5 67 8 9 10 11 ... 18 »
搜珍网 www.dssz.com